Configurates
C1.Web.Mvc.MultiSelect<T>.HeaderFormat. Sets the format string used to create the header content when the control has more than MaxHeaderItems items checked.
Syntax
'Declaration
Public Function HeaderFormat( _
ByVal As String _
) As MultiSelectBuilder(Of T)
public MultiSelectBuilder<T> HeaderFormat(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also